/* $Id: style.css,v 1.8 2005/03/27 18:55:35 unconed Exp $ */

/*
** HTML elements
*/
body  {
	background-color:#999999;
	margin: 0;
	padding: 0;
	background-image: url(blackbg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body, p, td, li, ul, ol  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin: 0;
}
h1 {
	color: #00;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}

tr.dark td, tr.light td {
  padding: 0.3em;
}
a:link {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}
a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #333333;
}
a:hover, a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
blockquote {
  border-left: 4px solid #69c;
  padding: 0 15px 0 15px;
  margin: 25px 100px 25px 50px;
  color: #696969;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
.form-item {
  margin-top: 1em;
  horizontal-align: left;
  font-size: 12px;
}
.form-item label {
  color:#009933;
  font-size: 10px;
}
.item-list .title {
	color: #009933;
	font-size: 9px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}

/*
** Page layout blocks / IDs
*/
#primary-menu  {
	border-collapse: separate;
	background-color: #FFFFFF;
		}
#primary-menu tr {
  background: transparent url(http://www.themoneytimes.com/themes/version%203.0/header-a.jpg) left bottom repeat;
}
td#home {
	background: transparent left top repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
td#home a:link img, td#home a:visited img {
  background: transparent url(http://www.themoneytimes.com/themes/version%203.0/logo-active.jpg) repeat;
  width: 144px;
  height: 63px;
}
td#home a:hover img {
  background: transparent url(http://www.themoneytimes.com/themes/version%203.0/logo-hover.jpg) repeat;
  width: 144px;
  height: 63px;
}
.primary-links, .primary-links a:link, .primary-links a:visited {
  color: #006600;
}
.primary-links a:hover {
  color: #000;
}
#primary-menu .primary-links   {
  background: transparent url(http://www.themoneytimes.com/themes/version%203.0/header-b.jpg) left top no-repeat;
  font-size: 0.79em;
}
.inline {
  float: left;
  display: inline;
  padding: 4px 4px;
  clear: both;
}
.inline_right {
  float: right;
  display: inline;
  padding: 4px 4px;
  clear: both;
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 10px;
  color: #006600;
}
#secondary-menu {
	border-collapse: separate;
	font-color: #000000;
	border: 0px none;
}
.secondary-links, .secondary-links a:link, .secondary-links a:visited  {
  color: #e4e9eb;
}
.secondary-links a:hover {
  color: #fff;
  text-decoration: underline;
}
#secondary-menu .secondary-links {
  font-size: 12px;
  font-color: #000000
}
.tabs {
  margin: 15px 0 15px 0;
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px;
  white-space: nowrap;
  list-style: none;
  margin: 0 0 0 0;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #339900;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px 3px 10px;
  background: #fff;
  border-color: #339900;
  border-width: 2px;
  border-style: solid solid solid solid;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
  text-transform: lowercase;
}
.tabs ul.primary li.active a {
  background: #339900;
  border-right: 2px solid #339900;
  border-left: 2px solid #339900;
  border-top: 2px solid #339900;
  color: #fff;
}
.tabs ul.primary li a:hover {
  background-color: #fffaf0;
  color: #006600;
}
.tabs ul.secondary {
  border-collapse: collapse;
  padding: 10px 0 10px 0px;
  margin: 0 0 0 0;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: inline;
  height: auto;
  padding: 0 0 0 10px;
  text-decoration: none;
  border-right: none;
}
.tabs ul.secondary li a {
  background: #fff;
  padding: 5px 0 5px 5px;
  margin: 0 0 0 0;
}
.tabs ul.secondary li a.active {
  background: #fff;
  color: #006600;
  border-bottom: none;
}
.tabs ul.secondary li a:hover {
  background: #fff;
  color: #cc6633
}
#content {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
#contentstart {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#search .form-text, #search .form-submit {
  border: 1px solid #006600;
  font-size: 0.85em;
}
#search .form-text {
  width: 8em;
  height: 1.4em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 0 0.5em 0;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #fff;
  color: #696969;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 10px 10px 10px;
  margin: 20px 35px 0px 35px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
#site-info {
	background-color: #bdd3ea;
	background-image: url('http://www.themoneytimes.com/themes/version%203.0/header-c.png');
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.site-name {
	font-size: 1.2em;
	color: #003300;
	border: 1px none #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.site-name a:link, .site-name a:visited {
  color: #003300;
}
.site-name a:hover {
  color: #ff8c00;
  text-decoration: none;
}
.site-slogan {
	font-size: 10px;
	font-weight: bold;
	color="#333333"
	font-family: Georgia, "Times New Roman", Times, serif;
  

}
#main {
	padding: 2px;
	position: relative;
	margin: 2px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	margin-bottom: .5em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:background-color:#999999;
}
.info {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 11px;
	color:#999999
	}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
.nav {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#sidebar-left {
	font-size: 0.75em;
	padding: 0px;
	vertical-align: top;
	width: 150px;
	background-color:#FFFFFF;
}

#sidebar-right {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 150px;
	background-color: #FFFFFF;
		}
.node .content {
	text-align: left;
	font-size: 10px;
	line-height: 1.3;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
.comment .content {
  text-align: left;
  font-size: 10px;
  line-height: 1.3;
}
#footer-message {
  padding: 15px 100px 30px 100px;
  font-size: 0.85em;
  text-align: center;
  color: #aaa;
}
table#footer-menu {
  border-top: 3px solid #339900;
  border-bottom: 3px solid #339900;
  background-color: #006600;
  color: #e4e9eb;
}
#footer-menu td {
  padding: 5px;
  font-size: 0.75em;
}
#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited  {
  color: #e4e9eb;
}
#footer-menu a:hover  {
  color: #fff;
  text-decoration: underline;
}
#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  font-size: 12px;
  color: #e4e9eb;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
#content .title, #content .title a {
	color:#000000;
	font-size: 17px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}
.content h1 {
  color: #006600;
  font-size: 12px;
}
.content h2 {
  color: #58b;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.block h2 {
	border-top: 1px solid #0066ff;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 3px 3px 3px;
	margin-bottom: 2px;
	border-left-color: #0066FF;
	border-left-width: 2px;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content h2 {
  color: #69c;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.content h3 {
  color: #69c;
  font-size: 12px;
}
.content h4 {
  color: #8be;
  font-size: 12px;
}
.content h5 {
  color: #96c6f6;
  font-size: 12px;
}
.submitted {
	background-color:#F9F9F9;
	color: #333333;
	font-size: 10px;
	padding: 2px;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}
.links {
  color: #333333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 1.5em 0;
}
.box {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.box h2 {
  font-size: 9px;
}
.block .title h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	padding: 1px 3px;
	margin-bottom: 1px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
  }
.block .content {
  padding: 3px 3px 3px 3px;
  font-size: 10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.block {
  margin-bottom: 1.5em;
}
.box .title {
  font-size: 10px;
}
.node {
	margin: .5em 0 2.5em 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 12px;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size:11px;
}
.node .taxonomy {
  color: #999;
  font-size: 0.83em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #fff;
  horizontal-align: left
  float: right;
  margin: 5px;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 10px;
  padding: 10px 0px 12px 19px;
  background: transparent url(icon-comment.png) left center no-repeat;
}
.comment .new {
  font-weight: bold;
  font-size: 10px;
  margin-left: 2px;
  color: red;
}
.comment .picture {
  border: 1px solid #fff;
  float: right;
  margin: 10px;
}
.links {
  font-size: 10px;
}
.links .prev, .links .next, .links .up {
  font-size: 1.15em;
}
.titles .prev, .titles .next  {
  font-size: 0.85em;
  font-weight: bold;
  color: #444;
}
.hide {
  display: none
}
.nav .links .next a:link {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next.png) right center no-repeat;
}
.nav .links .next a:visited {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next-visited.png) right center no-repeat;
}
.nav .links .next a:hover {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next-hover.png) right center no-repeat;
}
.nav .links .prev a:link {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev.png) left center no-repeat;
}
.nav .links .prev a:visited {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev-visited.png) left center no-repeat;
}
.nav .links .prev a:hover {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev-hover.png) left center no-repeat;
}
.nav .links .up a:link {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up.png) center top no-repeat;
}
.nav .links .up a:visited {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-visited.png) center top no-repeat;
}
.nav .links .up a:hover {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-hover.png) center top no-repeat;
}

/*
** Module specific styles
*/
.content .active {
  color: #006600;
}
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fafafa;
}
#tracker th img {
  float: right;
}
#tracker tr.light, #tracker tr.dark {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
 css for forum start here 
div#forum-menu {
  text-align: right;
  margin: -0.3em 1em 0.7em 0;
}
#forum-menu ul {
  margin: 0 0 0.1em 0;
}
#forum-menu li {
  font-size: 0.85em;
  margin: 0 0 0 2.0em;
  display: inline;
}
#forum table a:link {
	color: #3366FF;
}
#forum table a:visited {
	color: #3366FF;
}
#forum table a:hover {
	color: #F15C22;
}
#forum table a:active {
	color: #f02;
}
#forum th, #forum td {
	height: 22px;
	text-align: left;
	padding: 0 0.75em !important;
}
#forum .container {
	vertical-align: middle;
}
#forum th, #forum th a:link, #forum table .container a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#forum th {
	background-color:#000000;
	border: 1px solid #000;
}
#forum th + #forum th {
	border-left: 1px solid #fff !important;
}
#forum td {
	padding-bottom: 0.75em;
}
#forum .container {
background-color:#99CC33;
}
#forum td.forum {
	font-size: 10px;
	color: #666;
	border-bottom: none;
}
#forum td.forum a {
	font-size: 12px;
	display: block;
	font-weight: bold;
	float: none;
	clear: both;
	padding: 0;
	margin: 0.25em 0 0 0;
}

#forum .description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#forum .last-reply {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#forum .topic {
	font-size: 12px;
	color: #3366FF;
	width:100%;
}
#forum .created {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#forum .replies {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#forum .posts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .row-week td a {
  padding: 0.4em 0;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #006600;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
.title2 {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-bottom-color: #006600;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}
.title1 {
	background-image: url(green.jpg);
	background-repeat: repeat-y;
	border: 1px solid #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.side-menu {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	border: 1px dotted #006633;
}
.side-menu:hover {
background-color: #FF6633;
cursor: pointer;
}

.side-menu-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3px;
	font-weight: bold;
	color: #000000;
	
}
.side-menu_over {
	background-color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	border: 1px outset #006633;
	
}
.topmenu-out {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	border: 1px #0066FF;
	font-weight: bold;
}
.topmenu-over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px none #FFFFFF;
	background-color: #FFFFFF;
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #999999;
}

.featured {
	border: 1px solid #CCFF33;
	font-size: 12px;
}
.featured_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCFF33;
}
.buttonscontainer {width: 150px;}

.buttons a {color: #FFFFFF;
background-color: #339900;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #43C702;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #43C702;
color: #333333;
font-weight: bold;
text-decoration: none;}

.buttons a:visited {
font-weight:bold;
}
.middlecontent {
	padding: 0px;
}
.leftborder {
	background-image: url(../../images/leftborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	text-align: left;
	left: 20px;
}
.regionlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 339900;
	}
.topbanner {
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	vertical-align: middle;
	background-color: #E0E7DF;
}
.newsblocks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
 #tabsI {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:70%;
      line-height:normal;
	      }
    #tabsI ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }
.view-cell-header {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.view-header {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.view-header-Books {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#views_filters {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: justify;
	margin: 3px;
	padding: 3px;
}
.view-field-node_title { width : 40%; }
.view-field-term_node_2_name { width : 150px; }
.view-field-term_node_3_name { width:150px;}
.view-field-term_node_4_name { width:150px;}
.view-field-term_node_5_name { width:150px;}
.view-field-node_type  { width:100px;
font-size:10px;
}

.view-field-node_created {
width:100px;
font-size:10px;
	margin: .5em;
	padding: .5em;
}
tr.odd td, tr.even td {
  padding-top: 1em;
    padding-bottom: 1em;
}

tr.even td.view-field {
  background: #F5DEB3;
  border-bottom: 1px solid #006666;
}

tr.odd td.view-field {
  background: #FFF8DC;
  border-bottom: 1px solid #006666;
}
th {
  text-align: left;
  padding-right: 1em;
  padding:left: 1em;
  border-bottom: 3px solid #006666;
}
.topstripes {
	background-image: url(top-stripes.gif);
	background-repeat: repeat-x;
	background-position: center;
}.dlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339900;
}

/* Flatforum structure */
.forum-comment {
  float: left;
  width: 95%;
}

.comment-left {
  width: 22%;
  float: left;
  font-size: 11px;
  padding: 5px;
}

.comment-right {
  float: right;
  width: 74%;
}

.comment-left .author-name {
  font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
 }

.comment .comment-left .picture {
  float: none;
  border: none;
  margin-bottom: 15px;
}

.comment-right .title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 5px 15px;
}

.comment-right .content {
  padding: 5px;
}

.comment-right .content .links {
  float: right;
}

/* Flatforum style */
.comment-left, .comment-right {
  border: dashed 1px #99cc99;
}

.comment-right, .comment-left {
  background-color: #FFFFFF;
}

.comment-even {
  background-color: #ffffcc;
}

.comment-odd {
  background-color: #ffffcc;
}
.post-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #6699FF;
	float:right; width:30%;
}
.page-title{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#000000;
	padding-top:5px;
	font-size: 16px;
}
#topbar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
	vertical-align:middle;
}
#topbar a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#topbar a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
}
#topbar a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	color: #339900;
}
.footer-title {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size: 14px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	font-variant: small-caps;
}
.infocus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.newslinks
{
list-style: none;
margin: 0;
padding: 0;
}

li.green
{
	background-image: url(greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 20%;
	padding: 1px 0 3px 15px;
	margin: 2px 0 2px -30px;
	list-style: none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #CCCCCC;
	color:000000;
	font-weight: bold;
}
li.green1
{
	background-image: url(greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 0 20%;
	padding: 1px 0 3px 15px;
	margin: 2px 0 2px 15px;
	list-style: none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-color: #CCCCCC;
	color:000000;
	font-weight: bold;
}
.cat-titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #339900;
	background-image: url(header2.jpg);
	background-repeat: repeat-x;
	background-position: left;
	}

.newslinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type:disc;
}

.cattitlesright {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}
.eblocks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 5px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-color: #FFFFFF;
}
.topstories {
	border-top-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #339900;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color:#333333;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	}
.topstories a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color:#333333;
	font-weight:bold;
	}
	.topstories-r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	color:#000000;
	font-weight:bold;
	}
.topstories-r a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	color:#000000;
	font-weight:bold;
	}
.top-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #FF9933;
}
.arti_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.arti_title a:link a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.news_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.news_title a:link a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.review_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.review_title a:link a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#nav {margin: 0px 0 0px 0;}

/* the styling */
#nav {width:100%; height:20px; background:#41c002; position:relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {display:block; height:20px; float:left; background:#41c002; padding:0 10px 0 10px; text-decoration:none; font-size:12px; line-height:20px; white-space:nowrap; border-right:1px solid #fff; color:#000000;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {background:#339900; cursor:pointer; color:#333333;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {background:#41c002; color:#333333;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#339900; color:#333333;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#339900; color:#333333;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:100%; top:20px; left:0; background:#339900; margin-top:0; padding:0; z-index:100; color:#fff; font-size:11px;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {display:block; position:absolute; width:100%; top:20px; left:0; background:#339900; margin-top:0; padding:0; z-index:10;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:20px; text-decoration:none; line-height:15px; white-space:nowrap; display:block; float:left; background:#339900; padding:5px 10px 10px 10px; margin:0; font-size:11px; white-space:nowrap; border:0; color:#fff;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#339900; padding:5px 10px 10px 10px; margin:0; white-space:nowrap; border:0; color:#fff; font-size:11px;}
.newscontent{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;}
#picturebox { width:260px; }
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
#footerad1 { float:left; width:336px;}
#footerad2 { margin-left:336px; width:320px;} 
.lead{
font-size:12px;
font-style:italic;
font-weight:bold;
}
#box{
	background-color:#333333;
	font-size:9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	float:right;
	width:250px;
	border: 1px;
	border-color:339900;
	margin: 5px;
	padding: 5px;
}